Overloads multiplication operator for two tensors.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor1 | |||
type(torch_tensor), | intent(in) | :: | tensor2 |
Overloads multiplication operator for a scalar of type int8 and a tensor.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int8), | intent(in), | target | :: | scalar | ||
type(torch_tensor), | intent(in) | :: | tensor |
Overloads multiplication operator for a tensor and a scalar of type int8.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
integer(kind=int8), | intent(in) | :: | scalar |
Overloads multiplication operator for a scalar of type int16 and a tensor.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int16), | intent(in), | target | :: | scalar | ||
type(torch_tensor), | intent(in) | :: | tensor |
Overloads multiplication operator for a tensor and a scalar of type int16.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
integer(kind=int16), | intent(in) | :: | scalar |
Overloads multiplication operator for a scalar of type int32 and a tensor.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in), | target | :: | scalar | ||
type(torch_tensor), | intent(in) | :: | tensor |
Overloads multiplication operator for a tensor and a scalar of type int32.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
integer(kind=int32), | intent(in) | :: | scalar |
Overloads multiplication operator for a scalar of type int64 and a tensor.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in), | target | :: | scalar | ||
type(torch_tensor), | intent(in) | :: | tensor |
Overloads multiplication operator for a tensor and a scalar of type int64.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
integer(kind=int64), | intent(in) | :: | scalar |
Overloads multiplication operator for a scalar of type real32 and a tensor.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real32), | intent(in), | target | :: | scalar | ||
type(torch_tensor), | intent(in) | :: | tensor |
Overloads multiplication operator for a tensor and a scalar of type real32.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
real(kind=real32), | intent(in) | :: | scalar |
Overloads multiplication operator for a scalar of type real64 and a tensor.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in), | target | :: | scalar | ||
type(torch_tensor), | intent(in) | :: | tensor |
Overloads multiplication operator for a tensor and a scalar of type real64.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor | |||
real(kind=real64), | intent(in) | :: | scalar |